Fix crash in gtk_fixed_remove()
authorVincent Untz <vuntz@gnome.org>
Tue, 1 Feb 2011 19:01:49 +0000 (20:01 +0100)
committerVincent Untz <vuntz@gnome.org>
Tue, 1 Feb 2011 19:08:52 +0000 (20:08 +0100)
commit62d7593fc2961966c93912cacc8059158194949c
tree4a68fd6664732fec92d436e45c237c0fbf8d4547
parent1b25489cba70f6552a491ed9a931b6906336dc0d
Fix crash in gtk_fixed_remove()

b3f6f67c changed the loop from while() to for(), but the line to move to
the next child was kept, so we could go past the end of the list.

https://bugzilla.gnome.org/show_bug.cgi?id=641176
gtk/gtkfixed.c